defence against spam attacks




	direction	packets


	1 -> 2	request token for conversation


	2 -> 1	send token, add token to list


	1 -> 2	send packet, with token



	processing incoming packets


		if token in recognised list, process packet

		if data not relevant to an operating application, remove token from 

			recognised list



	similar process at major router level
